IMoveContinuousRelativeCommand 介面

代表一个持续的相对运动。

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IMoveContinuousRelativeCommand

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IMoveContinuousRelativeCommand : IKsCommand
Public Interface IMoveContinuousRelativeCommand Inherits IKsCommand

 

IMoveContinuousRelativeCommand 介面陈列了以下成员。

属性

 名称说明
Acceleration加速度值。
BufferMode定义如何融合两方法的速度。
Deceleration减速度值。
Distance运动的相对距离。[单位]
EndVelocity结束速度值,有符号值。[秒]
Jerk加加速度值。
Velocity最大速度值。[单位/秒]

参见

IntervalZero.KINGSTAR.Base.Class 命名空间